home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineButton2_70 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  99 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("Choix");
  6.    }
  7. }
  8.